internal/sync.HashTrieMap.valEqual (field)
7 uses
internal/sync (current package)
hashtriemap.go#L26: valEqual equalFunc
hashtriemap.go#L52: ht.valEqual = mapType.Elem.Equal
hashtriemap.go#L282: if ht.valEqual == nil {
hashtriemap.go#L288: i, _, slot, n := ht.find(key, hash, ht.valEqual, old)
hashtriemap.go#L297: e, swapped := n.entry().compareAndSwap(key, old, new, ht.valEqual)
hashtriemap.go#L370: if ht.valEqual == nil {
hashtriemap.go#L385: e, deleted := n.entry().compareAndDelete(key, old, ht.valEqual)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |